Conversation
1. 기존에 include_images로 이미지 포함 여부 확인이 false로 되어있었음 2. 그냥 항상 이미지 포함하도록 include_images를 삭제
싸다구 크롤링 이미지 포함으로 수정
1. 스키마에 요청 응답 데이터 추가 2. 기존 이미지만 업로드 -> 이미지 + 크롤링 전체 데이터 json
최종 1개 상품 크롤링에서 10개 크롤링으로 수정 및 s3 업로드 로직 추가
* refactor: - Fastapi blog/publish url 리펙토랑 1. 블로그 아이디 비번 하드코딩 -> request parameters로 주입으로 변경 2. 티스토리 블로그 하드코딩 -> 블로그 역시 parameters로 주입 으로변경 * feat: 블로그 포스트 기능 생성후 생성된 posting url 추가 로직 개발 * fix: 블로그 response 사용하지않는 코드 삭제 * style: FAST API code formating --------- Co-authored-by: kakusia <wtecho25@gmail.com>
Computable 클래스 직접 호출이 아닌 `@Async` 어노테이션 사용
* feat: Workflow, job, task RDB 로깅 * chore: 기존 logging example controller 삭제 Changes to be committed: deleted: src/main/java/site/icebang/domain/WorkflowLogInsertExampleController.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.